home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 200
- Top = 108
- Width = 435
- Height = 300
- Caption = 'Form3'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnMouseMove = FormMouseMove
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 104
- Top = 16
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 104
- Top = 32
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Button1: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-